body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Microsoft YaHei","PingFang SC", STHeiti, 宋体, arial;
    background-color: #fff;
    font-size: 0;
}

button, input, textarea {
    font-family: "Microsoft YaHei","PingFang SC", STHeiti, 宋体, arial;
    padding: 0;
    font-family: Verdana, Arial
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft YaHei","PingFang SC", STHeiti, 宋体, arial;
    font-weight: normal
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
    outline-color: transparent;
    border: 0
}

a {
    color: #333;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.conwidth{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.owidth{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.main{
	overflow: hidden;
}
.bgcolor1{
	background-color: #F6F6F6;
}
.bgcolor2{
	background-color: #FFFFFF;
}
.hk-title-div{
	overflow: hidden;
}
.hk-title{
	float: left;
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
	width: 85%;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
}
.hk-title-h{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.hk-title-p{
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}
.hk-title-m{
	float: right;
	width: 60px;
	display: inline-block;
	margin-top: 10px;
}
.hk-title-m a{
	display: inline-block;
	color: #999999;
	font-size: 14px;
}
.hk-title-m a i{
	display: inline-block;
	margin-left: 10px;
}
.left{
	float: left;
}
.right{
	float: right;
}
/*header*/
.mtop{
	width: 100%;
	overflow: hidden;
	height: 90px;
}
.header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    border-bottom: rgba(125,125,125,.3) solid 1px;
    z-index: 99;
}
.h-box{
	margin: 0 auto;
	text-align: center;
}
.h-box .h-logo{
	float: left;
	display: inline-block;
	vertical-align: middle;
	line-height: 90px;
}
.nav{
	display: inline-block;
	margin: 0 auto;
}
.nav ul{
	margin: 0 auto;
}
.nav ul li{
	position:relative;
	float: left;
	padding: 0px 20px;
}
.nav ul li>a{
	line-height: 90px;
	color: #333333;
	font-size: 16px;
}
.nav ul li>a:hover{
	color: #d00b0b;
}
.h-phone{
	float: right;
	display: inline-block;
	line-height: 90px;
}
.h-phone i{
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.h-phone i img{
	width: 22px;
	height: 22px;
}
.h-phone-num{
	float: left;
	display: inline-block;
	color: #d00b0b;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
}

.sidebar{
	position: fixed;
	bottom: 8%;
    right: 50px;
    z-index: 99;
    opacity: 0;
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.sidebar.show{
	opacity: 1;
	transform: none;
}
.sidebar ul li{
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1px;
}
/*.sidebar ul li:hover{
	background-color: #ffffff;
}
.sidebar ul li.istopdiv:hover{
	background-color: #0e6eb8;
}*/
.sidebar ul li a, .sidebar ul li .istop{
	display: inline-block;
	position: relative;
	/*width: 60px;*/
	padding: 3px;
}
.sidebar ul li a .imgbox, .sidebar ul li .istop .imgbox{
	width: 100%;
	text-align: center;
	margin-top:5px;
	margin-bottom: 10px;
}
.sidebar ul li .imgbox img{
	display: inline-block;
}
.sidebar ul li .imgbox .img1{
}
.sidebar ul li .imgbox .img2{
	display: none;
}


.sidebar ul li .istop{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: #d00b0b;
}
.sidebar ul li .istop .imgbox{
	margin-bottom: 0;
}
.sidebar ul li .imgbox img{
	max-width: 14px;
}
.sidebar ul li .t3{
	color: #FFFFFF;
	font-size: 13px;
}
/*footer*/
.footer{
	width: 100%;
	overflow: hidden;
}
.ft-top{
	width: 100%;
	overflow: hidden;
	background-color: #252525;
	padding: 50px 0px 70px;
}
.ft-t-infor{
	float: left;
	display: inline-block;
}
.ft-t-wpa{
	display: inline-block;
	float: left;
	margin-left: 50px;
	/*margin-right: 30px;*/
}
.qrcode{
	width: 120px;
	height: 120px;
	background-color: #ffffff;
	line-height: 120px;
	text-align: center;
	overflow: hidden;
	border-radius: 2px;
}
.qrcode img{
	max-width: 100%;
}
.qrcode-zi{
	color: #999999;
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	line-height: 20px;
}
.ft-t-ta{
	float: left;
	display: inline-block;
	width: 280px;
}
.f-phone{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 24px;
	padding: 8px 0px 10px;
	border-bottom: #3b3b3b solid 1px;
	margin-bottom: 15px;
}
.f-phone i{
    float: left;
    margin-right: 15px;
    font-size: 0;
    height: 28px;
    line-height: 28px;
}
.f-phone i img{
	width: 20px;
	height: 20px;
}
.f-phone-num {
    float: left;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
}
.f-o-infor{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.f-o-infor i{
    float: left;
    margin-right: 10px;
    font-size: 0;
    width: 20px;
    height: 24px;
    line-height: 24px;
}
.f-o-infor i img{
	max-width: 16px;
	max-height: 19px;
}
.f-o-infornum {
    float: left;
    display: inline-block;
     width: 240px;
    -moz-width: calc(100% - 40px);
    -webkit-width: calc(100% - 40px);
    width: calc(100% - 40px);
    color: #999999;
	font-size: 14px;
	font-family: arial;
	line-height: 24px;
}
.ft-nav{
	float: right;
	display: inline-block;
}
.ft-nav ul{
	overflow: hidden;
}
.ft-nav ul li{
	float: left;
	display: inline-block;
	margin: 0px 40px 0px 60px;
	overflow: hidden;
}
.ft-nav ul li a{
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.ft-nav ul li a:hover{
	color: #ffffff;
}
.ft-nav-h{
	overflow: hidden;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ft-nav-h a{
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: bold;
}
.ft-nav li>a:hover{
	color: #FFFFFF;
}
.ft-bot{
	width: 100%;
	background-color: #1d1d1d;
	padding: 15px 0px;
}
.ft-bot-infor{
	float: left;
	display: inline-block;
}
.ft-bot-inforzi{
	color: #999999;
	font-size: 14px;
}
.ft-bot-inforzi a{
	display: inline-block;
	color: #999999;
	font-size: 14px;
}
.ft-bot-inforzi a:hover{
	color: #ffffff;
}
.ft-share{
	float: right;
	display: inline-block;
}
.ft-share-li{
	float: left;
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.ft-share-li:last-child{
	margin-right: 0px;
}
.ftimg2{
	display: none;
}
.ft-share-li a img{
	width: 25px;
	height: 22px;
}
.ft-share-li:hover .ftimg2{
	display: block;
}
.ft-share-li:hover .ftimg1{
	display: none;
}
.ft-s-code{
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #ffffff;
	display: none;
}
.ft-s-code img{
	width: 90px;
	height: 90px;
}
.ft-share-li:hover .ft-s-code{
	display: block;
}
/*轮播图*/
.lunbotu{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-slide-active{
	position: relative;
	left: 0;
}
.lunbotu .swiper-slide a>img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.lunbotu .swiper-slide .tu-b{
    display: none;
}

.i-banner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	margin: auto;
	text-align: left;
}
.i-banner-num{
	position: relative;
	color: #d00b0b;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	padding-left: 50px;
	margin-bottom: 40px;
}
.i-banner-num:before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 40px;
	height: 1px;
	background-color: #d00b0b;
}
.i-banner-t2{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 5px;
}
.i-banner-t4{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 5px;
}
.i-banner-t1{
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 20px;
}
.i-banner-t3{
	color: #ffffff;
	font-size: 22px;
}
.i-banner-icon{
	margin-top: 35px;
}



/*11.18修改*/
.tu-a, .tu-b{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.lunbotu .swiper-slide .tu-b{
    display: none;
}
.xzde{
	display: inline-block;
	opacity: 0;
	visibility: initial;
	transform: translate3d(-200%, 0, 0);
	transition: all 0.6s;
}
.lunbotu .swiper-slide-active .xzde , .lunbotu .swiper-slide-active .xzde , .lunbotu .swiper-slide-prev .xzde{
	opacity: 1;
	transform: none;
}
.i-banner-icontu{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	border: #d7d7d7 solid 1px;
	box-sizing: border-box;
	z-index: 5;
}
.i-banner-icontu img{
	width: 14px !important;
	height: 17px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	animation: downico 1.5s ease-out infinite;
}
@keyframes downico {
	0% {
		top: 0;
		opacity: 1;
	}

	35% {
		top: 60%;
		opacity: 0;
	}

	65% {
		top: -30%;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

/*index*/
/*轮播图*/
.lunbotu>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction {
    bottom: 30px;
	left: 50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	margin: auto;
    text-align: right;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 5px;
}
.lunbotu .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    background-color: #808080;
    position: relative;
    border-radius: 50%;
    opacity: 1;
}
.lunbotu .swiper-pagination-bullet-active{
	background-color: #ffffff;
	width: 16px;
    height: 10px;
    border-radius:5px;
}
/*产品中心*/
.pro-center{
	padding: 60px 0px 80px;
}
.pro-center-con{
	margin-top: 40px;
}
.pc-part1{
	float: left;
	width: 28%;
	width: -moz-calc((60% - 20px) / 2);
	width: -webkit-calc((60% - 20px) / 2);
	width: calc((68% - 20px) / 2);
}
.pc-part2{
	float: left;
	width: 40%;
	margin: 0px 10px;
}
.pc-part3{
	float: left;
	width: 28%;
	width: -moz-calc((60% - 20px) / 2);
	width: -webkit-calc((60% - 20px) / 2);
	width: calc((60% - 20px) / 2);
}
.pro-center-li{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 60px 40px 0px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 10px;
}
.pc-part1 .pro-center-li{
	height: 620px;
}
.pc-part2 .pro-center-li{
	margin-bottom: 10px;
	padding: 40px 40px 0px;
	height: 305px;
}
.pc-part2 .pro-center-li:last-child{
	margin-bottom: 0;
}
.pc-part3 .pro-center-li {
    height: 620px;
}
.pro-center-li:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.pc-word{
	overflow: hidden;
	text-align: center;
	margin-bottom: 65px;
}
.pc-part2 .pro-center-li .pc-word{
	float: left;
	width: 56.5%;
	overflow: hidden;
	text-align: left;
}
.pc-word-h{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.pc-word-p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 20px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 15px;
}
.pc-part2 .pro-center-li .pc-word .pc-word-p{
	padding: 0;
}
.pc-part2 .pro-center-li .pc-word  .pc-word-h{
	margin-top: 15px;
}
.pro-center-li:hover .pc-word-h{
	color: #d00b0b;
}
.n-more{
	display: inline-block;
}
.n-more a{
	position: relative;
	display: inline-block;
	color: #999999;
	font-size: 14px;
	vertical-align: middle;
}
.pro-center-li:hover .n-more a{
	color: #d00b0b;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.n-more a i{
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 10px;
	background: url(../images/r-arrow.png) left center no-repeat;
	background-size:12px 10px;
	transition: all .4s;
}
.pro-center-li:hover .n-more a i{
	background: url(../images/r-arrowon.png) left center no-repeat;
	background-size:16px 10px;
}
.pc-img{
	text-align: center;
}
.pc-part2 .pro-center-li .pc-img{
	float: left;
	width: 43.5%;
	/*overflow: hidden;*/
}
.pc-img img{
	max-width: 90%;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pro-center-li:hover .pc-img img{
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*公司简介*/
.comp-profile{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.comp-profile-tu{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.comp-profile-tu img{
	width: 100%;
}
.comp-profile-con{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	/*padding: 60px 0px;*/
	height: 376px;
	background: rgba(255,255,255,.95);
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.comp-profile-div{
	display: table;
	height: 376px;
	width: 72.9%;
	padding-left: 60px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.comp-p{
	display: table-cell;
	vertical-align: middle;
}
.comp-p-h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 10px;
}
.comp-p-h2{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}
.comp-p-line{
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #333333;
	margin: 20px auto;
	font-size: 0;
}
.comp-p-sp{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 15px;
}
.more{
	display: inline-block;
}
.more a{
	position: relative;
	display: inline-block;
	width: 140px;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-size: 14px;
	vertical-align: middle;
	background-color: #3f3f3f;
	border-radius: 23px;
	text-align: center;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.more a i{
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 10px;
	background: url(../images/r-arrow1.png) left center no-repeat;
	background-size:12px 10px;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.more a:hover{
	background-color: #d00b0b;
}

/*解决方案*/
.i-solution{
	padding: 80px 0px;
	overflow: hidden;
}
.i-solution-con{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
.i-solution-div{
	overflow: hidden;
	width: 100%;
}
.i-solution-li{
	width: 100%;
	overflow: hidden;
	background-color: #3f3f3f;
}
.i-solution-tu{
	float: left;
	width: 65.7%;
	overflow: hidden;
}
.i-solution-tu img{
	width: 100%;
	min-height: 450px;
}
.i-solution-zi{
	float: left;
	width: 34.3%;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 75px 60px 0px;
}
.i-solution-h{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}
.i-solution-p{
	font-size: 14px;
	color: #cccccc;
	line-height: 24px;
	height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-bottom: 15px;
}
.s-more{
	display: inline-block;
}
.s-more a{
	position: relative;
	display: inline-block;
	color: #cccccc;
	font-size: 14px;
	vertical-align: middle;
}
.s-more:hover a{
	color: #d00b0b;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.s-more a i{
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 10px;
	background: url(../images/r-arrow2.png) left center no-repeat;
	background-size:12px 10px;
	transition: all .4s;
}
.s-more:hover a i{
	background: url(../images/r-arrowon.png) left center no-repeat;
	background-size:16px 10px;
}
.i-solution-a{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 34.3%;
	height: 180px;
	padding: 0px 60px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.i-solution-a ul li{
	float: left;
	padding: 0px 18px;
	height: 36px;
	line-height: 34px;
	border-radius: 18px;
	border: #929292 solid 1px;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.i-solution-a ul li a{
	display: block;
	color: #cccccc;
	font-size: 14px;
}
.i-solution-a ul li.sol-on{
	background-color: #d00b0b;
	border: #d00b0b solid 1px;
}
.i-solution-a ul li.sol-on a{
	color: #ffffff;
}
.i-soldiv{
	display: none;
}

/*新闻动态*/
.news{
	padding: 80px 0px;
	overflow: hidden;
}
.news-con{
	overflow: hidden;
	margin-top: 35px;
}
.news-tu{
	float: left;
	width: 28.5%;
	overflow: hidden;
}
.news-tu img{
	width: 100%;
	height: 500px;
}
.news-zi{
	float: left;
	width: 71.5%;
	overflow: hidden;
}
.news-zi li{
	float: left;
	width: 50%;
	height: 250px;
	overflow: hidden;
	padding: 40px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.news-zi li.news-zi-libg1{
	background-color: #efefef;
}
.news-h{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.news-p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 15px;
}
.news-time{
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}
.news-zi li .n-more{
	float: right;
}
.news-zi li .n-more span{
	color: #999999;
	font-size: 14px;
}
.n-more span i {
    display: inline-block;
    margin-left: 5px;
    width: 17px;
    height: 10px;
    background: url(../images/r-arrow.png) left center no-repeat;
    background-size: 12px 10px;
    transition: all .4s;
}
.news-zi li:hover .news-h , .news-zi li:hover .n-more span{
	color: #d00b0b;
}
.news-zi li:hover .n-more span i{
	background: url(../images/r-arrowon.png) left center no-repeat;
    background-size: 17px 10px;
}
/*banner*/
.qitabanner{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.qitabanner a{
	display: inline-block;
	width: 100%;
}
.qitabanner a img{
	width: 100%;
}
.qitabanner a img:nth-child(2){
	display: none;
}
.bannerzi{
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);	/* IE 9 */
	-moz-transform:translate(-50%, -50%); 	/* Firefox */
	-webkit-transform:translate(-50%, -50%); /* Safari Ã¥â€™Å’ Chrome */
	-o-transform:translate(-50%, -50%);
    max-width: 1400px;
    width: 100%;
    margin: auto;
    text-align: left;
}
.bannerzi-h{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}
.bannerzi-p{
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.blackzi .bannerzi-p, .blackzi .bannerzi-h{
	color: #333333 !important;
}

.p-navigation{
	position: relative;
}
.p-nav{
	position: absolute;
	top: -52px;
	left: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: url(../images/img9.png)left center no-repeat;
	background-size: auto;
}
.p-nav-div{
	display: inline-block;
	vertical-align: middle;
	padding: 16px 0px;
}
.p-nav-icon{
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.p-nav-icon img{
	width:18px;
	height: 18px;
}
.p-nav-bt{
	float: left;
	display: inline-block;
	color: #cccccc;
	font-size: 14px;
}
.p-nav-div a{
	float: left;
	display: inline-block;
	color: #cccccc;
	font-size: 14px;
}
.p-nav-div a.on , .p-nav-div a:hover{
	color: #ee2b2b;
}
.p-nav-line{
	float: left;
	display: inline-block;
	color: #cccccc;
	font-size: 14px;
	margin: 0px 6px;
	line-height: 20px;
}
/*关于我们页面*/
.abmain{
}
.jianjie{
	padding: 50px 0px 80px;
	overflow: hidden;
}
.o-title{
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 0px 70px;
}
.o-title-h{
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.o-title-p{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}


.jianjie ul{
	/*overflow: hidden;*/
	margin-top: 40px;
}
.jianjie ul li{
	float: left;
	width: 390px;
	width: -moz-calc((100% - 30px) / 3);
	width: -webkit-calc((100% - 30px) / 3);
	width: calc((100% - 30px) / 3);
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 3px;
	padding: 45px 40px 30px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-right: 15px;
}
.jianjie ul li:nth-child(3n){
	margin-right: 0 !important;
}
.jianjie ul li:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.jianjie-icon{
	text-align: center;
	margin: 0px auto 40px;
	overflow: hidden;
}
.jianjie-icon img{
	width: 74px;
	height: 70px;
}
.jianjie-h{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}
.jianjie-p{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/*团队优势*/
.t-advantage{
	padding: 55px 0px 80px;
	overflow: hidden;
}
.t-advantage-tu{
	text-align: center;
	overflow: hidden;
	margin: 20px auto 0px;
}

/*产品*/
.column{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.column ul{
	width: 100%;
	/*height: 70px;*/
	background-color: #3f3f3f;
}
.column ul li{
	position: relative;
	display: inline-block;
	/*padding: 0px 30px;*/
	text-align: center;
/*	height: 55px;
	line-height: 55px;*/
	text-align: center;
}
.column ul li a{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 16px 30px;
	height: 55px;
	line-height: 55px;
}

.pmain{}
.product{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 80px;
}
.product ul{
	overflow: hidden;
	font-size: 0;
}
.product ul li{
	position: relative;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding-bottom: 30px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root .product ul li {width: 33.33%;}

.product ul li:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: #e3e3e3 solid 1px;
	z-index: 1;
}
.product ul li:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	border-right: #e3e3e3 solid 1px;
}
.product ul li:nth-child(1):before, .product ul li:nth-child(2):before, .product ul li:nth-child(3):before{
	border-top: none;
}
.product ul li:nth-child(3n):after{
	border-right:none;
}
.product ul li:nth-last-child(2), .product ul li:nth-last-child(3){
}
.product ul li a{
	text-align: center;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.p-imgb{
	width: 100%;
	/*overflow: hidden;*/
	text-align: center;
	margin: 60px auto 60px;
}
.p-imgb img{
	max-width: 95%;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.product ul li:hover .p-imgb img{
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.product-h{
	color: #ee2b2b;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.product-p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	padding: 0px 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/*产品详情*/
.p-details{
	position: relative;
}
.p-details-tu{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 2;
}
.p-details-tu img{
	width: 100%;
}
.p-details-con{
	position: relative;
	z-index: 3;
}
.p-details-div{
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 80px;
}
.p-details-div .hk-title{
	display: block;
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	box-sizing: border-box;
	float: none;
	padding: 0px 20px;
}
.p-pictures{
	width: 100%;
	overflow: hidden;
	padding: 0px 20px;
	box-sizing: border-box;
}
.p-photo{
	position: relative;
	width: 100%;
	padding-bottom: 130px;
	padding-top: 130px;
	overflow: hidden;
}
.p-photoli{
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.p-photoli img{
	max-width: 100%;
}
.p-photo .swiper-slide{
	transition: 300ms;
    transform: scale(0.8);
}
.p-photo .swiper-slide-active, .sychanpin .swiper-slide-duplicate-active{
    transform: scale(1.4);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p-photo>.swiper-pagination-bullets, .p-photo .swiper-pagination-custom, .p-photo .swiper-pagination-fraction {
    bottom: 0px;
	left: 0;
	width: 100%;
}
.p-photo.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0px 5px;
}
.p-photo .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    background-color: #cacaca;
    position: relative;
    border-radius: 50%;
    opacity: 1;
}
.p-photo .swiper-pagination-bullet-active{
	background-color: #d00b0b;
}

.d-list{
	/*max-width: 1320px;*/
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0px;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
.d-list img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.d-list-table{
	width: 100%;
	border-collapse:collapse;
}
.d-list-table td{
	height: 60px;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 20px 0px 40px;
}
.d-list-table td:first-child{
	width: 218px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 20px 0px 40px;
	border-right: #FFFFFF solid 2px;
	box-sizing: border-box;
}

.d-list-table tr:nth-child(odd){
	background-color: #f7f7f7;
}
.d-list-table tr:nth-child(even){
	background-color: #FFFFFF;
}


/*技术支持*/
/*常见问题*/
.com-problem{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 60px;
}
.com-problem ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.com-problem ul li{
	padding: 0px 20px;
	overflow: hidden;
	border-bottom: #e8e8e8 solid 1px;
	cursor: pointer;
}
.com-problem-h{
	position: relative;
	width: 100%;
    height: 70px;
    line-height: 70px;
    padding: 0px 20px 0px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.com-problem-h span{
	position: absolute;
    left: 0px;
    top: 33px;
    width: 4px;
    height: 4px;
    text-align: center;
    background-color: #333333;
    border-radius: 50%;
}
.com-problem-word{
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.com-problem-h i{
	position: absolute;
    right: 15px;
    top: 0;
    display: inline-block;
    width: 16px;
    height: 70px;
    background: url(../images/img25.png) center no-repeat;
    background-size: 16px 10px;
}
.com-problem-p{
	display: none;
    position: relative;
    margin-bottom: 10px;
    padding: 20px 60px 20px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.com-p-zi{
	color: #666666;
    font-size: 14px;
    line-height: 24px;
}
.com-problem ul li.on{
	background-color: #f8f8f8;
}
.com-problem ul li.on .com-problem-word {
	color: #ee2b2b;
}
.com-problem ul li.on .com-problem-h span{
	background-color: #ee2b2b;
}
.com-problem ul li.on .com-problem-h i{
	background: url(../images/img26.png) center no-repeat;
    background-size: 16px 10px;
}
.com-problem ul li.on .com-problem-p{
	display: block;
}


/*分页*/
.paging{
	text-align: center;
	overflow: hidden;
}
.fenye{
	display: inline-block;
	margin: 0 auto;
	overflow: hidden;
}
.fenye a{
	float: left;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	line-height: 50px;
	border: #e8e8e8 solid 1px;
	color: #666666;
	font-size: 16px;
	font-family: arial;
	text-align: center;
	margin-right: 10px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.fenye a:last-child{
	margin-right: 0px;
}
.fenye a:hover, .fenye a.on{
	background-color: #ee2b2b;
	border: #ee2b2b solid 1px;
	color: #FFFFFF;
}
.f-prev{
	background: url(../images/img28.png) center no-repeat;
	background-size: 10px 17px;
}
.f-next{
	background: url(../images/img27.png) center no-repeat;
	background-size: 10px 17px;
}
.f-spot{
	background: url(../images/img29.png) center no-repeat;
	background-size: 15px 2px;
}
.fenye .f-prev:hover{
	background: #ee2b2b url(../images/img28a.png) center no-repeat;
	background-size: 10px 17px;
}
.fenye .f-next:hover{
	background: #ee2b2b url(../images/img27a.png) center no-repeat;
	background-size: 10px 17px;
}
.fenye .f-spot:hover{
	background: #ee2b2b url(../images/img29a.png) center no-repeat;
	background-size: 15px 2px;
}

.download{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 60px;
}
.download ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.download ul li{
	width: 100%;
	display: table;
	border-bottom: #e8e8e8 solid 1px;
	height: 70px;
	padding: 0px 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.download ul li a{
	display: table-cell;
	vertical-align: middle;
	line-height: 35px;
}
.download-icon{
	float: left;
	width: 35px;
	margin-right: 10px;
	overflow: hidden;
	text-align: left;
}
.download-icon img{
	width: 24px;
	height: 26px;
}
.download-btn{
	float: right;
	width: 110px;
	margin-left: 15px;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	background-color: #3f3f3f;
	color: #ffffff;
	font-size: 14px;
	border-radius: 2px;
}
.download-btn i{
	display: inline-block;
	margin: 0px 10px;
}
.download-btn i img{
	width: 16px;
	height: 16px;
	vertical-align: sub;
}
.download-zi{
	float: left;
	width: -moz-calc(100% - 270px);
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.download-time{
	display: block;
	float: left;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.download ul li:hover .download-zi{
	color: #ee2b2b;
}
/*.download ul li:hover .download-time{
	color: #ee2b2b;
}*/
.download ul li:hover .download-btn{
	background-color: #ee2b2b;
}

/*售后服务*/
.service{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.service-title{
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
.service-h{
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.service-p{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	padding: 0px 100px;
}
.technical-team{
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
	padding: 60px 0px 0px 0px;
	background-color: #f7f7f7;
}
.technical-team-tu{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 35px;
}
.technical-team-tu img{
	max-width: 100%;
}

.c-partner{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 60px;
}
.c-partner ul{
	overflow: hidden;
	margin-top: 35px;
}
.c-partner ul li{
	float: left;
	width: 224px;
	width: -moz-calc((100% - 80px) / 5);
	width: -webkit-calc((100% - 80px) / 5);
	width: calc((100% - 80px) / 5);
	border: #e8e8e8 solid 1px;
	margin-right: 20px;
	margin-bottom: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.c-partner ul li:nth-child(5n){
	margin-right: 0px;
}
.c-partner ul li a{
	display: inline-block;
	width: 100%;
	height: 138px;
	line-height: 138px;
	overflow: hidden;
	text-align: center;
}
.c-partner ul li a img{
	max-width: 100%;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.c-partner ul li a:hover img{
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

/*新闻*/
.news-page{
	overflow: hidden;
	width: 100%;
	margin-bottom: 60px;
}
.news-page ul{
	margin-top: 30px;
	margin-bottom: 15px;
}
.news-page ul li{
	float: left;
	margin-bottom: 2%;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
}
.news-page ul li:nth-child(3n){
	margin-right: 0%;
}
.news-page ul li a{
	display: inline-block;
	width: 100%;
}
.news-page-tu{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.news-page-tu img{
	width: 100%;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.news-page ul li:hover .news-page-tu img{
	transform: scale(1.03);
    -ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -moz-transform: scale(1.03);
}
.news-page-zi{
	padding: 30px 20px 0px;
	overflow: hidden;
	border-bottom: #e8e8e8 solid 1px;
	border-right: #e8e8e8 solid 1px;
	border-left: #e8e8e8 solid 1px;
}
.news-page-h{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news-page-p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-page-o{
	overflow: hidden;
	margin: 20px auto;
	padding-top: 20px;
	border-top: #e8e8e8 solid 1px;
}
.news-page-time{
	float: left;
	display: inline-block;
	color: #999999;
	font-size: 14px;
	font-family: arial;
}
.news-page-icon{
	float: right;
	display: inline-block;
	overflow: hidden;
	line-height: 16px;
}
.news-page-icon img{
	width: 16px;
	height: 11px;
}
.news-page ul li:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,.25);
}
.news-page ul li:hover .news-page-h{
	color: #ee2b2b;
}


/*新闻详情*/
.new-detail{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 60px;
}
.new-detail-title{
}
.new-detail-h{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.new-detail-o{
	overflow: hidden;
}
.new-detail-d{
	display: inline-block;
	float: left;
	margin-right: 15px;
	color: #666666;
	font-size: 14px;
}
.new-detail-d span{
	font-family: arial;
}
.new-detail-text{
	margin-top: 15px;
	padding: 20px 0px;
	border-bottom: #e5e5e5 solid 1px;
	border-top: #e5e5e5 solid 1px;
	overflow: hidden;
}
.new-detail-text .words{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.new-detail-text .words img{
	display: block;
	margin: 20px auto;
}
.new-up-down{
	overflow: hidden;
	margin-top: 25px;
}
.new-up-down a{
	display: block;
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new-up-down a:last-child{
	margin-bottom: 0px;
}
.ud-sp{
	display: inline-block;
	color: #999999;
}
.new-up-down a:hover{
	color: #ee2b2b;
}
/*联系我们*/
.contact{
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
}
.c-information{
	overflow: hidden;
}
.c-information ul li{
	float: left;
	width: 25%;
	padding: 0px 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
.c-information ul li .c-icon{
	overflow: hidden;
	margin-bottom: 25px;
	width: 100%;
}
.c-information ul li .c-icon img{
	max-height: 40px;
}
.c-information ul li .c-h{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.c-information ul li .c-p1{
	color: #333333;
	font-size: 18px;
	font-family: arial;
}
.c-information ul li .c-p2{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.map{
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.map>iframe:nth-child(2){
	display: none;
}
.message{
	padding: 60px 0px 70px;
	background-color: #f7f7f7;
	overflow: hidden;
	margin-top: 80px;
}
.message-con{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.message-title{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.message-div{
	margin-top: 35px;
	overflow: hidden;
}
.message-a{
	overflow: hidden;
	margin-bottom: 2.6%;
}
.message-lia{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: #e5e5e5 solid 1px;
	border-radius: 3px;
	background: #FFFFFF;
	padding: 0px 20px;
	margin-bottom: 2.6%;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.message-lib{
	float: left;
	width: 48.7%;
	height: 60px;
	line-height: 60px;
	border: #e5e5e5 solid 1px;
	border-radius: 3px;
	background: #FFFFFF;
	padding: 0px 20px;
	margin-right: 2.6%;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.message-lib:nth-child(2n){
	margin-right: 0%;
}
.message-lic{
	width: 100%;
	height: 160px;
	border: #e5e5e5 solid 1px;
	border-radius: 3px;
	background: #FFFFFF;
	padding: 20px;
	margin-bottom: 2.6%;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.message-inp{
	width: 100%;
	height: 58px;
	line-height: 58px;
	border: none;
	background: none;
	color: #333333;
	font-size: 14px;
}
.message-text{
	width: 100%;
	height: 120px;
	resize:none;
	border: none;
	background: none;
	color: #333333;
	font-size: 14px;
}
.message-div input::-webkit-input-placeholder, .message-div textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}

.message-div input:-moz-placeholder, .message-div textarea:-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.message-div input::-moz-placeholder, .message-div textarea::-moz-placeholder {
  color: #999999;
  font-size: 14px;
}

.message-div input:-ms-input-placeholder, .message-div textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.verification-code{
	float: left;
	width: 45%;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: left;
}
.verification-code img{
	max-height: 60px;
}
.submission{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #3f3f3f;
	border-radius: 3px;
}
.submission a{
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	font-size: 18px;
}


/*解决方案*/
.solution{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.solution ul{
	overflow: hidden;
	margin-top: 30px;
}
.solution ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	overflow: hidden;
}
.solution ul li:nth-child(3n){
	margin-right: 0;
}
.solution-tu{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.solution-tu img{
	width: 100%;
}
.solution-tu:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.solution-tu:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(../images/img70.png) center no-repeat;
	background-size: 80px 80px;
}
.solution-zi{
	text-align: center;
	margin: 20px auto 10px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.solution ul li:hover .solution-tu:before{
	background: none;
}
.solution ul li:hover .solution-zi{
	color: #ee2b2b;
}
.eject{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.eject-con{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	max-width: 1200px;
	width: 90%;
	height: 80%;
	margin: auto;
}
.eject-title{
	height: 50px;
	line-height: 50px;
	background-color: #2e2e36;
}
.eject-title-zi{
	float: left;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	padding-left: 30px;
}
.eject-close{
	float: right;
	display: inline-block;
	padding-right: 20px;
}
.eject-close img{
	width: 15px;
	height: 15px;
}
.eject-video{
	width: 100%;
	overflow: hidden;
}

/*1.16新增产品详情*/
.xcp-tu{
	float: left;
	width: 50%;
	text-align: center;
	padding-right: 3%;
	padding-left: 1%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.xcp-tucon{
	padding: 0% 10%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.xcp-tu .swiper-container {
    overflow: inherit;
}
.xcp-tucon .swiper-slide {
    position: relative;
	z-index: -1 !important;
	opacity: 0;
}
.xcp-tucon .swiper-slide-active{
	z-index: 2 !important;
	opacity: 1;
}
.xcp-tucon .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/xtu2.png);
    right: 0px;
    left: auto;
}
.xcp-tucon .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/xtu1.png);
    left: 0px;
    right: auto;
}
.graphic {
    text-align: center;
    min-height: 350px;
}

.graphic .small_pic{/*小图*/
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.small_pic img {
    max-width: 100%;
}
.graphic .float_layer {/*浮动层*/
    width: 150px;
    height: 150px;
    background: #fff;
    filter: alpha(opacity:30);
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.graphic .mark {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    background: red;
    filter: alpha(opacity:0);
    opacity: 0;
}

.graphic .big_pic {/*大图*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 112%;
    margin: auto;
    max-width: 500px;
    width: 100%;
    max-height: 500px;
    height: 100%;
    overflow: hidden;
    border: 2px solid #E8E8E8;
    display: none;
    z-index: 1;
    background-color: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.graphic .big_pic img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: initial;
    z-index: 100;
}


@media screen and (max-width: 1920px){
	/*首页公司简介*/
	.comp-p-sp{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1440px){
	.conwidth{
		padding: 0% 4%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.bannerzi{
		padding: 0% 4%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	/*footer*/
	.ft-nav ul li{
		margin: 0px 25px 0px 35px;
	}
	/*首页公司简介*/
	.comp-profile-div{
		width: 85%;
	}
	.comp-p-sp{
		margin-bottom: 25px;
	}
	/*首页解决方案*/
	.i-solution-zi{
		padding: 40px 3% 0px;
	}
	.i-solution-a{
		padding:0 3%;
	}
}
@media screen and (max-width: 900px) {
	/*header*/
	.header .nav{
		position: fixed;
		right: 0;
		top: 91px;
	    max-width: 350px;
	    width: 100%;
	    background: #fff;
	    /*height: calc(100vh - 100px);
	    overflow-y: scroll;*/
	    padding: 20px 0px;
	    display: none;
	}
	.header .nav ul li{
		width: 100%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.nav ul li a{
		line-height: 50px;
	}
	.header  .h-phone{
		display: none;
	}
	.menubtn {
	    float: right;
	    width: 50px;
	    height: 90px;
	    background: url(../images/menu-icon1.png) center center no-repeat;
	    background-size: 100%;
	}
	.header .menubtn.on {
	    background: url(../images/menu-icon2.png) center center no-repeat;
	    background-size: 100%;
	}
	/*footer*/
	.ft-nav ul li{
		margin: 0px 10px 0px 20px;
	}
	/*技术支持*/
	/*售后服务*/
	.c-partner ul{
		padding: 0 3%;
	}
	.c-partner ul li{
		float: left;
		width: 23.5%;
		margin-right: 2%;
	}
	.c-partner ul li:nth-child(4n){
		margin-right: 0;
	}
	.c-partner ul li:nth-child(5n){
		margin-right: 2%;
	}
	/*内页导航*/
	.column ul{
		height: 65px;
	}
	.column ul li{
/*		padding: 0px 40px;
		height: 65px;
		line-height:65px;*/
	}
	.column ul li a{
		padding: 21px 40px;
		height: 65px;
		line-height:65px;
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
	}
	/*联系我们*/
	.c-information ul li{
		padding: 0px 20px;
	}
	/*新闻详情*/
	.new-detail .owidth{
		padding: 0 3%;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1024px) {
	.ft-t-wpa{
		margin-left: 0px;
	}
	.conwidth{
		width: 100%;
		padding: 0 3%;
	}
	.bannerzi{
		padding: 0% 3%;
	}
	.mtop{
		height: 80px;
	}
	/*header*/
	.header{
		height: 80px;
	}
	.h-box .h-logo{
		line-height: 80px;
	}
	.menubtn{
		height: 80px;
	}
	.header .nav{
		top: 81px;
	}
	/*footer*/
	.ft-nav{
		display: none;
	}
	.ft-t-infor{
		width: 100%;
		/*padding: 0 3%;*/
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.ft-t-ta{
		float: right;
		width: -moz-calc(100% - 150px);
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);
	}
	/*banner*/
	.i-banner-t2{
		font-size: 30px;
	}
	.i-banner-t4{
		font-size: 16px;
	}
	.i-banner-t1{
		font-size: 48px;
	}
	.i-banner-t3{
		font-size: 18px;
	}
	.i-banner-icon{
		margin-top: 35px;
	}
	.i-banner-icontu{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	/*index*/
	/*轮播图*/
	.lunbotu .swiper-slide .tu-b{
	    display: block;
	}
	.lunbotu .swiper-slide .tu-a{
		display: none;
	}
	.qitabanner a img:nth-child(2){
		display: block;
	}
	.qitabanner a img:nth-child(1){
		display: none;
	}
	.i-banner-icon{
		display: none;
	}
	/*内页导航*/
	.column{
		height: 60px;
		overflow: hidden;
	}
	.column ul{
		height: 77px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.column ul::-webkit-scrollbar {
	    width:0px;
	    height:0px;
	}
	.column ul::-webkit-scrollbar-button    {
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-webkit-scrollbar-track     {
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-webkit-scrollbar-track-piece {
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-webkit-scrollbar-corner {
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-webkit-scrollbar {
	    width:0px;
	    height:0px;
	}
	/*o内核*/
	.column ul .-o-scrollbar{
	    -moz-appearance: none !important;
	    background: rgba(0,255,0,0) !important;
	}
	.column ul::-o-scrollbar-button    {
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-o-scrollbar-track     {
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-o-scrollbar-track-piece {
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-o-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-o-scrollbar-corner {
	    background-color:rgba(0,0,0,0);
	}
	.column ul::-o-scrollbar-resizer  {
	    background-color:rgba(0,0,0,0);
	}
	/*IE10,IE11,IE12*/
	.column ul{
	    -ms-scroll-chaining: chained;
	    -ms-overflow-style: none;
	    -ms-content-zooming: zoom;
	    -ms-scroll-rails: none;
	    -ms-content-zoom-limit-min: 100%;
	    -ms-content-zoom-limit-max: 500%;
	    -ms-scroll-snap-type: proximity;
	    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
	    -ms-overflow-style: none;
	    overflow-x: auto;
	}
	.column ul{
		overflow:-moz-scrollbars-none;
		/*scrollbar-width: none;*/
	}
	.column ul li{
/*		padding: 0px 35px;
		height: 60px;
		line-height:60px;*/
	}
	.column ul li a{
		padding: 20px 35px;
		height: 60px;
		line-height:60px;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}

	/*index产品中心*/
	.pc-part1{
		width: 32%;
	}
	.pc-part1 .pro-center-li {
		height: 570px;
	}
	.pc-part1 .pro-center-li{
		padding: 60px 25px 0px;
	}
	.pc-part1 .pro-center-li .pc-word-p{
		padding: 0px;
	}
	.pc-part2{
		width: -moz-calc(100% - 32% - 10px);
		width: -webkit-calc(100% - 32% - 10px);
		width: calc(100% - 32% - 10px);
		margin-right: 0px;
		height: 280px;
	}
	.pc-part2 .pro-center-li{
		height: 280px;
		padding: 25px 25px 0px;
	}
	.pc-part3{
		margin-top: 10px;
		width: 100%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.pc-part3 .pro-center-li {
	    height: auto;
	    padding-bottom: 30px;
	}
	.pc-part3 .pro-center-li .pc-word{
		float: left;
		width: 56.5%;
		overflow: hidden;
		text-align: left;
	}
	.pc-part3 .pro-center-li .pc-word-p{
		padding: 0px;
	}
	.pc-part3 .pro-center-li .pc-img{
		float: left;
		width: 43.5%;
		overflow: hidden;
		text-align: left;
	}
	/*首页公司简介*/
	.comp-profile .comp-profile-tu{
		width: 100%;
	}
	.comp-profile-con{
		position: static;
		width: 100%;
		height: auto;
		margin-top: 40px;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    background-color: #FFFFFF;
	}
	.comp-profile-div{
		height: auto;
		width: 100%;
		padding: 0 3%;
	}
	/*首页解决方案*/
	.i-solution-tu{
		width: 100%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.i-solution-zi{
		width: 100%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.i-solution-p{
		height: auto;
	}
	.i-solution-a{
		position: static;
		width: 100%;
		height: auto;
		padding: 30px 3%;
		background-color: #3f3f3f;
	}

	/*首页新闻*/
	.news-tu , .news-zi{
		width: 100%;
	}
	.news-zi li{
		width: 100%;
		min-height: 0px;
		height: auto;
		padding: 5% 3%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.news-zi li.news-zi-libg1{
		background: #FFFFFF;
	}
	.news-zi li:nth-child(even){
		background-color: #efefef;
	}
	.news-p{
		height: auto;
	}
	/*技术支持*/
	/*售后服务*/
	.service-p{
		padding: 0 2%;
	}
	.service-h{
		font-size: 26px;
	}
	.c-partner ul{
		padding: 0 3%;
	}
	.c-partner ul li{
		float: left;
		width: 32%;
		margin-right: 2%;
	}
	.c-partner ul li:nth-child(4n){
		margin-right: 2%;
	}
	.c-partner ul li:nth-child(3n){
		margin-right: 0;
	}
	.c-partner ul li a {
	    display: inline-block;
	    width: 100%;
	    height: 120px;
	    line-height: 120px;
	}
	/*产品*/
	.product ul li{
		width: 50%;
	}
	:root .product ul li {width: 50%;}
	.product.product2 ul li:nth-child(3):before{
		border-top: #e3e3e3 solid 1px;
	}
	.product.product2 ul li:nth-child(3n):after{
		border-right: #e3e3e3 solid 1px;
	}
	.product.product2 ul li:nth-child(2n):after{
		border-right:none;
	}
	.product.product2 ul li:nth-last-child(2){
		border-bottom:#e3e3e3 solid 1px;
		margin-bottom: -1px;
	}
	/*解决方案*/
	.solution ul li{
		width: 49%;
	}
	.solution ul li:nth-child(3n){
		margin-right: 2%;
	}
	.solution ul li:nth-child(2n){
		margin-right: 0;
	}
	/*联系我们*/
	.message{
		margin-top: 60px;
		padding: 40px 0px 50px;
	}
	/*分页*/
	.fenye a{
		font-size: 15px;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	/*新闻*/
	.news-page ul li{
		width: 47%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.news-page ul li:nth-child(3n){
		margin-right: 3%;
	}
	.news-page ul li:nth-child(2n){
		margin-right: 0;
	}


	.map>iframe:nth-child(2){
		display: block;
	}

	.map>iframe:nth-child(1){
		display: none;
	}
}
@media screen and (max-width: 768px) {
	/*header*/
	.mtop{
		height: 70px;
	}
	.header{
		height: 70px;
	}
	.h-box .h-logo{
		line-height: 70px;
	}
	.menubtn{
		height: 70px;
		cursor: pointer;
	}
	.header .nav{
		top: 71px;
	}
	/*footer*/
	.ft-nav{
		display: none;
	}
	.f-phone-num{
		font-size: 22px;
	}
	.ft-t-infor{
		width: 100%;
		/*padding: 0 3%;*/
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.ft-t-wpa{
		margin-left: 0px;
		margin-right: 20px;
	}
	.qrcode{
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	.qrcode img{
		width: 80px;
		height: 80px;
	}
	.ft-t-ta{
		float: right;
		width: -moz-calc(100% - 110px);
		width: -webkit-calc(100% - 110px);
		width: calc(100% - 110px);
	}
	.f-phone{
		padding-top: 0;
	}
	.ft-top{
		padding-bottom: 20px;
	}
	.ft-share{
		display: none;
	}
	.ft-bot-infor{
		width: 100%;
		text-align: center;
	}
	/*banner*/
	.i-banner-num{
		margin-bottom: 10px;
	}
	.i-banner-t2{
		font-size: 26px;
	}
	.i-banner-t4{
		font-size: 15px;
	}
	.i-banner-t1{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.i-banner-t3{
		font-size: 16px;
	}
	.i-banner-icon{
		margin-top: 25px;
	}
	.i-banner-icontu{
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	/*位置*/
	.p-nav{
		position: static;
		background: none;
	}
	.p-nav-icon{
		margin-right: 5px;
	}
	.p-nav-line{
		margin: 0px 3px;
	}
	.p-nav-bt, .p-nav-div a, .p-nav-line{
		color: #5e5e5e;
	}
	.p-details-con .p-nav-bt, .p-details-con .p-nav-div a, .p-details-con  .p-nav-line{
		color: #cccccc;
	}
	.p-details-con .p-nav-div a.on, .p-details-con  .p-nav-div a:hover{
		color: #ee2b2b;
	}
	/*内页导航*/
	.column{
		margin-top: 0;
		height: 55px;
	}
	.column ul{
		height: 72px;
	}
	.column ul li{
/*		padding: 0px 30px;
		height: 55px;
		line-height:55px;*/
	}
	.column ul li a{
		padding: 17px 30px;
		height: 55px;
		line-height:55px;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
	/**/
	/*首页*/
	.pro-center{
		padding: 40px 0px 60px;
	}
	.i-solution , .news{
		padding: 60px 0px 60px;
	}
	.i-solution-tu img{
		min-height: 1px;
		height: auto;
	}
	.news-tu img{
		height: auto;
	}
	/*首页产品中心*/
	.pc-part1, .pc-part2 , .pc-part3{
		margin-top: 10px;
		width: 100%;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.pc-part2{
		height: auto;
		margin: auto;
	}
	.pc-part1 .pro-center-li , .pc-part2 .pro-center-li , .pc-part3 .pro-center-li {
	    height: auto;
	    padding-bottom: 30px;
	    padding-top: 20px;
		padding: 60px 25px 0px;
	}
	.pc-part1 .pro-center-li .pc-word , .pc-part2 .pro-center-li .pc-word , .pc-part3 .pro-center-li .pc-word{
		float: left;
		width: 54%;
		overflow: hidden;
		text-align: left;
		margin-right: 2.5%;
	}
	.pc-part1 .pro-center-li .pc-word , .pc-part2 .pro-center-li .pc-word , .pc-part3 .pro-center-li .pc-word{
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.pc-part1 .pro-center-li .pc-word-p , .pc-part2 .pro-center-li .pc-word-p , .pc-part3 .pro-center-li .pc-word-p{
		padding: 0px;
		min-height: 72px;
		height: auto;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	.pc-part1 .pro-center-li .pc-img , .pc-part2 .pro-center-li .pc-img , .pc-part3 .pro-center-li .pc-img{
		float: left;
		width: 43.5%;
		overflow: hidden;
		text-align: center;
		padding: 15px;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	/*关于我们*/
	.jianjie{
		padding: 30px 0px 40px
	}
	.o-title{
		padding: 0px 35px;
	}
	.o-title-h{
		margin-bottom: 15px;
		font-size: 24px;
	}
	.jianjie ul{
		padding: 0 3%;
	}
	.jianjie ul li{
		padding: 30px 15px 15px;
	}
	.jianjie-h{
		font-size: 22px;
	}
	.jianjie-icon img{
		width: 59px;
		height: 55px;
	}
	/*技术支持*/
	/*售后服务*/
	.service-p{
		padding: 0 2%;
	}
	.service-h{
		font-size: 22px;
	}
	/*产品详情*/
	.p-photo {
	    padding-bottom: 70px;
	    padding-top: 70px;
    }
	.p-photo .swiper-slide{
		transition: 300ms;
	    transform: scale(1);
	}
	.p-photo .swiper-slide-active, .sychanpin .swiper-slide-duplicate-active{
	    transform: scale(1);
	}
	.d-list-table td{
		padding: 0px 10px 0px 20px;
	}
	.d-list-table td:first-child{
		padding: 0px 10px 0px 20px;
		width: 95px;
	}

	/*解决方案*/
	.solution-tu:after{
		background-size: 60px 60px;
	}
	/*联系我们*/
	.c-information ul li{
		width: 50%;
	}
	.message{
		margin-top: 40px;
		padding: 30px 0px 40px;
	}
	.message-con{
		padding: 0 5%;
		box-sizing: border-box;
	}
	/*分页*/
	.fenye a{
		font-size: 15px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	/*资料下载*/
	.download-zi{
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}

	.download-time{
		display: none;
	}

	.download-btn{
		width: 35px;
	}
	.download-btn span{
		display: none;
	}


	/*新闻*/
	.news-page-zi{
		padding: 20px 15px 0px;
	}
	.news-page-h{
		font-size: 16px;
	}
	.news-page-o{
		margin: 15px auto;
		padding-top: 15px;
	}
	/*新闻详情*/
	.new-detail{
		margin-top: 10px;
		margin-bottom: 40px;
	}
	.new-detail .owidth{
		padding: 0 4%;
		box-sizing: border-box;
	}
	.new-detail-h{
		font-size: 20px;
	}
	/*产品*/
	.product{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 414px) {
	/*header*/
	.mtop{
		height: 60px;
	}
	.conwidth{
		padding: 0 4%;
	}
	.bannerzi{
		padding: 0% 4%;
	}
	.header{
		height: 60px;
	}
	.h-box .h-logo{
		line-height: 60px;
	}
	.h-box .h-logo img{
		max-height: 40px;
	}
	.menubtn{
		height: 60px;
		cursor: pointer;
		background-size: 35px 35px;
	}
	.header .menubtn.on{
		background-size: 35px 35px;
	}
	.header .nav{
		top: 61px;
	}
	/*banner*/
	.i-banner-num{
		margin-bottom: 5px;
	}
	.i-banner-t2{
		font-size: 20px;
		margin-bottom: 0;
	}
	.i-banner-t4{
		font-size: 14px;
		margin-bottom: 0;
	}
	.i-banner-t1{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.i-banner-t3{
		font-size: 14px;
	}
	.i-banner-icon{
		margin-top: 10px;
	}
	.i-banner-icontu{
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.lunbotu>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 10px;
	}
	.bannerzi-h{
		margin-bottom: 5px;
		font-size: 26px;
	}
	/*内页导航*/
	.column{
		height: 50px;
	}
	.column ul{
		height: 67px;
	}
	.column ul li{
/*		padding: 0px 20px;
		height: 50px;
		line-height:50px;*/
	}
	.column ul li a{
		padding: 16px 20px;
		height: 50px;
		line-height:50px;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
	}
	/**/
	/*首页*/
	.pro-center{
		padding: 30px 0px 50px;
	}
	.i-solution , .news{
		padding: 40px 0px 40px;
	}

	/*首页产品中心*/
	.pc-part1 .pro-center-li, .pc-part2 .pro-center-li, .pc-part3 .pro-center-li {
	    padding: 20px 15px 15px;
	}
	.pc-word-h{
		font-size: 18px;
	}
	.pc-part1 .pro-center-li .pc-word, .pc-part2 .pro-center-li .pc-word, .pc-part3 .pro-center-li .pc-word{
		margin-top: 5px;
	}
	.pc-part2 .pro-center-li .pc-word .pc-word-h{
		margin-top: 5px;
	}
	/*首页关于我们*/
	.comp-profile-div{
		padding: 0 4%;
	}
	.comp-p-h1{
		font-size: 30px;
	}
	.comp-p-h2{
		font-size: 20px;
	}
	.hk-title-h{
		font-size: 20px;
	}
	/*关于我们*/
	.o-title{
		padding: 0px 3%;
	}
	.jianjie ul li{
		padding: 20px 10px 10px;
	}
	.jianjie-h{
		font-size:16px;
	}
	.jianjie-icon{
		margin-bottom: 15px;
	}
	.jianjie-icon img{
		width: 54px;
		height: 50px;
	}
	.jianjie-h{
		margin-bottom: 3px;
		font-size: 18px;
	}
	.t-advantage{
		margin: 5px auto;
	}
	/*技术支持*/
	/*售后服务*/
	.service-p{
		padding: 0 4%;
	}
	.service{
		margin-top: 40px
	}
	.service-h{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.c-partner{
		margin-bottom: 30px;
	}
	.c-partner ul{
		margin-top: 15px;
	}
	.c-partner ul li{
		margin-bottom: 10px;
	}
	/*资料下载*/
	.download ul li{
		padding: 0px;
	}
	/*售后服务*/
	.technical-team{
		margin-top: 40px;
		padding: 40px 0px 0px 0px;
	}
	.c-partner{
		margin-top: 40px;
	}
	.c-partner ul li a{
		height: 90px;
		line-height: 90px;
	}
	/*分页*/
	.fenye a{
		font-size: 14px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	/*产品*/
	.product ul li a{
		padding: 0px;
	}
	.p-imgb{
		margin: 20px auto;
	}
	.product-h{
		padding: 0px;
		font-size: 15px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.product-p{
		padding: 0px 10px;
	}

	.p-details-div{
		padding: 40px 0px;
	}
	.d-list-table td{
		padding: 0px 5px;
	}
	.d-list-table td:first-child{
		padding: 0px 5px;
	}
	/*解决方案*/
	.solution-tu:after{
		background-size: 45px 45px;
	}
	.solution-zi{
		font-size: 15px;
		margin: 5px auto;
	}
	/*常见问题*/
	.com-problem ul li{
		padding: 0px 10px;
	}
	.com-problem-h{
		height: 50px;
		line-height: 50px;
	}
	.com-problem-h span{
		top: 23px;
	}
	.com-problem-h i{
		height: 50px;
		right: 0;
	}
	.com-problem-word{
		font-size: 15px;
	}
	/*联系我们*/
	.c-information ul li .c-icon{
		margin-bottom: 15px;
	}
	.c-information ul li .c-h{
		margin-bottom: 10px;
		font-size: 15px;
	}
	.c-information ul li .c-p1{
		font-size: 14px;
	}
	.c-information ul li .c-p2{
		/*font-size: 14px;*/
	}
	.message-title{
		font-size: 20px;
	}
	.message-lia, .message-lib{
		height: 50px;
		line-height: 50px;
	}
	.message-inp{
		height: 48px;
		line-height: 48px;
	}
	.verification-code{
		height: 50px;
		line-height: 50px;
	}
	.submission{
		height: 50px;
		line-height: 50px;
	}
	/*新闻*/
	.news-page ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom:20px;
	}
	.news-page-zi{
		padding: 12px 10px 0px;
	}
	.news-page-h{
		font-size: 15px;
	}
	.news-page-p{
		font-size: 12px;
	}
	.news-page-o{
		margin: 10px auto;
		padding-top: 10px;
	}
	/*产品*/
	.product{
		margin-bottom: 40px;
	}
}



/*12.4修改新增*/
.x-worda{
	font-size: 36px;
	color: #d00b0b;
	font-weight: bold;
	font-family: 'Arial';
}
.x-wordb{
	font-size: 48px;
	color: #d00b0b;
	font-weight: bold;
	margin-bottom: 15px;
}
.x-wordc{
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.i-banner-icontu{
	border:#282828 solid 1px;
}
.column ul li{
	position: relative;
}
.column ul li.on{
	background-color: #ee2b2b;
}
.column ul li a{
	position: relative;
	z-index: 2;
}
.column ul li:hover:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	width: 100%;
    height: 100%;
	opacity: 0;
	background-color: #ee2b2b;
    -webkit-animation: warn 0.5s ease-out;
    -moz-animation: warn 0.5s ease-out;
    animation: warn 0.5s ease-out;
    animation-fill-mode : forwards;
}
@keyframes warn {
    0% {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.25);
        -webkit-transform: scale(0.25);
        opacity: 0.25;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    75% {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        opacity: 0.75;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
/*产品新增*/
.p-details .p-nav-div{
	padding: 25px 0px;
}
.p-details-div{
	padding: 0;
}
.n-pro{
	width: 100%;
	overflow: hidden;
	height: 520px;
}
.n-pro-div{
	width: 100%;
	overflow: hidden;
	padding: 65px 0px 0px;
}
.n-pro-tu{
	float: left;
	width: 50%;
	text-align: center;
	overflow: hidden;
	padding-right: 3%;
	padding-left: 1%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.n-pro-tu img{
	max-width: 100%;
}
.n-pro-zi{
	float: left;
	width: 50%;
	overflow: hidden;
	padding-right: 4.3%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.n-pro-w1{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.n-pro-w2{
	color: #666666;
	font-size: 18px;
	font-family: arial;
}
.n-pro-w3{
	width: 100%;
	border-top: #d8d8d8 solid 1px;
	padding-top: 12px;
	margin-top: 15px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
.p-details-div .column{
	margin-top: 60px;
}
.substance{
	width: 100%;
	overflow: hidden;
}
.subbox{
	width: 100%;
	overflow: hidden;
}
/*功能特点*/
.n-function{
	width: 100%;
	overflow: hidden;
}
.n-function-li{
	width: 100%;
	overflow: hidden;
}
.n-f-licon{
	overflow: hidden;
	padding-top:5%;
	padding-bottom: 5%;
}
.n-f-litu{
	float: left;
	width: 50%;
	overflow: hidden;
	text-align: center;
}
.n-f-litu img{
	max-width: 100%
}
.n-f-lizi{
	float: right;
	width: 50%;
	overflow: hidden;
	margin-top: 50px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.bgcolor1 .n-f-lizi{
	float: left;
}
.bgcolor1 .n-f-litu{
	float: right;
}
.bgcolor2 .n-f-lizi{
	padding-left: 4.28%;
	padding-right: 0;
}
.bgcolor1 .n-f-lizi{
	padding-left: 0;
	padding-right: 4.28%;
}
.n-f-h{
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.n-f-p{
	color: #333333;
	font-size: 14px;
	line-height: 24px;
}
/*安装尺寸*/
.n-install{
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}
.n-install-c{
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	padding-top: 25px;
}
.n-i-tit{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.n-install-c img{
	display: block;
	margin: 0 auto;
}
/*资料下载*/
.n-download{
	width: 100%;
	overflow: hidden;
}
.d-data{
	overflow: hidden;
	padding-bottom: 60px;
}
.d-data ul{
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
}
.d-data ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: #dddddd solid 1px;
	padding: 15px 0px;
}
.d-data ul li a{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 2.2%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
}
.d-data-point{
	position: absolute;
	left: 0.7%;
	top: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #999999;
}

.d-data-zi{
	float: left;
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);)
	padding-right: 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.d-data-p{
	font-size: 14px;
	color:#666;
	display: inline-block;
}
.d-data-p{
	font-size: 14px;
	color:#666;
	display: inline-block;
}
.d-data-btn{
	float: right;
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}
.d-data-btn:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.d-data-btn i{
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 30px;
	margin-right: 8px;
	background: url(../images/n10.png) center no-repeat;
	background-size: 9px 12px;
}
.d-data-btn span{
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	font-size: 14px;
}
.d-data ul li a:hover{
	color: #ee2b2b;
}
.d-data ul li:hover .d-data-point{
	background-color: #ee2b2b;
}
.d-data ul li:hover .d-data-btn{
	background-color: #ee2b2b;
	border-radius: 2px;
	transition: all 0.5s;
}
.d-data ul li:hover .d-data-btn i{
	background: url(../images/n9.png) center no-repeat;
	background-size: 9px 12px;
}
.d-data ul li:hover .d-data-btn span{
	color:#FFFFFF;
}
/*技术支持售后服务*/
.c-partner ul li a:hover img{
	-o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.kefu{
	width: 100%;
	margin: 50px auto 0px;
	overflow: hidden;
}
.kefu ul{
	overflow: hidden;
	text-align: center;
}
.kefu ul li{
	display: inline-block;
	position: relative;
	margin-right: 50px;
	padding-right: 50px;
}
.kefu ul li:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2px;
	height: 100%;
	border-right: #dcdcdc solid 1px;
}
.kefu ul li:last-child{
	margin-right: 0px;
	padding-right: 0px;
}
.kefu ul li:last-child:before{
	border-right: none;
}
.kf-icon{
	float: left;
	margin-right: 20px;
}
.kf-zi{
	float: left;
	text-align: left;
}
.kf-zia{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.kf-zib{
	color: #d00b0b;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
}
/*关于我们*/
.d-history{
	padding: 55px 0px 80px;
    overflow: hidden;
}
/*发展历程*/
.pc-slide {
	width: 100%;
	margin: 60px auto 0px;
	position: relative;
}

.preview {
	width: 51.25%;
	position: absolute;
	right: 0;
	top: 0;
	background: #FFFFFF;
	z-index: 10;
}
.preview:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	width: 100%;
	height: 2px;
	background-color: #e8e8e8;
}
.preview .swiper-container {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: auto;
	margin: 0 auto;
}

.preview .swiper-slide {
	width: 150px;
	height: auto;
	cursor:pointer;
	text-align: center;
}
/*
.preview .slide6 {
	width: 82px;
}*/
.prediv{
	width: 100%;
	overflow: hidden;
}
@font-face {
    font-family: 'Swiss721BT BoldCondensed';
    src: url(../font/TT0010M_.TTF);
}
.pre-zi{
	font-size: 20px;
	font-weight: bold;
	color: #777777;
	font-family: 'Swiss721BT BoldCondensed';
	transition: all 1s;
}
.preyuan{
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	margin: 8px auto 0px;
	border-radius: 50%;
	background-color: #dbdbdb;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.preyuan:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	border: #e9e9e9 solid 4px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    transition: all 1s;
}

.active-nav .pre-zi{
	color: #ee2b2b;
}

.active-nav .preyuan{
	background-color: #ff7575;
}
.active-nav .preyuan:before{
	border: #ee2b2b solid 4px;
}
.preview .arrow-left{
	background: #FFFFFF url(../images/n14.png) no-repeat left center;
	position: absolute;
	left: 0px;
	bottom: 1px;
	width: 15px;
	height: 15px;
	z-index: 10;
}
.preview .arrow-left:hover{
	background: #FFFFFF url(../images/n14a.png) no-repeat left center;
}
.preview .arrow-right {
	background: #FFFFFF url(../images/n13.png) no-repeat left center;
	position: absolute;
	right: 0px;
	bottom: 1px;
	width: 15px;
	height: 15px;
	z-index: 10;
}
.preview .arrow-right:hover{
	background: #FFFFFF url(../images/n13a.png) no-repeat left center;
}
.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}
.view{
	overflow: hidden;
	width: 100%;
}
.view .swiper-container {
	width: 100%;
	height: auto;
}
.viewli{
	width: 100%;
	overflow: hidden;
}
.viewli-tu{
	float: left;
	width: 47%;
	overflow: hidden;
	text-align: left;
}
.viewli-tu img{
	max-width: 100%;
}
.viewli-zi{
	float: right;
	width: 42%;
	overflow: hidden;
	margin-top: 115px;
}
.viewli-year{
	float: left;
	width: 80px;
	overflow: hidden;
	text-align: left;
	color: #ee2b2b;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Swiss721BT BoldCondensed';
}
.viewli-zi ul{
	float: left;
	width: -moz-calc(100% - 80px);
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	overflow: hidden;
}
.viewli-zi ul li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
}
.viewli-zi ul li i{
	position: absolute;
	left: 0;
	top: 13px;
	display: inline-block;
	background-color: #333333;
	border-radius: 50%;
	width: 5px;
	height: 5px;
}
.viewli-zi ul li a{
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
/*	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}
.viewli-zi ul li:hover i{
	background-color: #ee2b2b;
}
.viewli-zi ul li:hover a{
	color: #ee2b2b;
}
.arrow-div{
	position: absolute;
	left: 0;
	right: 0;
	top: 111px;
	margin: auto;
	text-align: center;
	width: 90px;
	height: 35px;
	border: #e8e8e8 solid 1px;
	border-radius: 5px;
	z-index: 10;
}
.view .arrow-left{
	position: relative;
	float: left;
	background: url(../images/n16.png) no-repeat center;
	background-size: 7px 12px;
	width: 50%;
	height: 35px;
	overflow: hidden;
}
.view .arrow-left:hover{
	background: url(../images/n16a.png) no-repeat center;
	background-size: 7px 12px;
}
.view .arrow-left:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 12px;
	border-right: #e8e8e8 solid 1px;
}
.view .arrow-right {
	float: right;
	overflow: hidden;
	background: url(../images/n15.png) no-repeat center;
	background-size: 7px 12px;
	width: 50%;
	height: 35px;
}
.view .arrow-right:hover{
	background: url(../images/n15a.png) no-repeat center;
	background-size: 7px 12px;
}
@media screen and (max-width: 1280px){
	.pc-slide{
		width: 94%;
	}
	.arrow-div{
		display: none;
	}
	.viewli-zi{
		width: 50%;
	}
}
@media screen and (max-width: 1024px) {
	.n-pro{
		height: auto;
	}
	.n-pro-tu, .n-pro-zi{
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	/*功能特点*/
	.n-pro-zi{
		margin: 40px auto 0px;
	}
	.n-f-litu, .n-f-lizi{
		width: 100%;
	}
	.n-f-licon{
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.bgcolor2 .n-f-lizi, .bgcolor1 .n-f-lizi{
		padding: 0;
	}
	/*资料下载*/
	.d-data-zi{
		padding-left: 2%;
	}
	/*技术支持售后服务*/
	.kefu ul li{
		padding-right: 20px;
		margin-right: 20px;
	}
	.kf-zib{
		font-size: 22px;
	}
	/*关于我们发展历程*/
	.preview{
		position: relative;
		margin: 0 auto;
		width: 100%;
	}
	.arrow-div{
		display: block;
		position: static;
		float: left;
		margin-top: 50px;
	}
	.viewli-tu{
		width: 100%;
		margin-top: 50px;
		text-align: center;
	}
	.viewli-zi{
		width: 100%;
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	/*技术支持售后服务*/
	.kefu ul li{
		width: 100%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.kefu ul li:before{
		width: 100%;
		height: 2px;
		border-right: 0;
		border-bottom: #dcdcdc solid 1px;
	}
	.kf-zib{
		font-size: 24px;
	}
	/*关于我们 发展历程*/
	.preview .swiper-slide{
		width: 120px;
	}
}
.d-list{
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}
.d-list-table tr td{
	border: #dddddd solid 1px;
}
.d-list-table td:first-child{
	border: #dddddd solid 1px;
}
.subhide{
	display: none;
}
.zpbg{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.zplixq{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	max-width: 1000px;
	width: 80%;
	height: 75%;
	margin: auto;
	background-color: #FFFFFF;
}
.bigpicture{
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.bigpicture:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.bigpicture img{
	display: inline-block;
	vertical-align: middle;
}
.zp_close {
    position: absolute;
    right: -40px;
    top: -20px;
    cursor: pointer;
}


/*12.10*/
@media screen and (max-width: 1440px) {
	.x-worda{
		font-size: 32px;
	}
	.x-wordb{
		font-size: 42px;
	}
	.x-wordc{
		font-size: 15px;
	}
}
@media screen and (max-width: 1280px) {
	.x-worda{
		font-size: 30px;
	}
	.x-wordb{
		font-size: 38px;
	}
}
@media screen and (max-width: 1024px) {
	.x-worda{
		font-size: 28px;
	}
	.x-wordb{
		font-size: 36px;
	}
	.x-wordc{
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	.x-worda{
		font-size: 26px;
	}
	.x-wordb{
		font-size: 32px;
	}
}
@media screen and (max-width: 414px) {
	.x-worda{
		font-size: 18px;
	}
	.x-wordb{
		font-size: 22px;
	}
}

.ft-t-infor {
    float: right;
}.ft-nav {
    float: left;
    display: inline-block;
}


@media screen and (max-width: 1024px){
	.xcp-tu{
		width: 100%;
		padding: 0%;
	}
	.float_layer, .big_pic{
		display: none !important;
		position: static;
	}
}
@media screen and (max-width:640px){
	.n-pro-w1{
		font-size: 22px;
	}
}
@media screen and (max-width: 414px){
	.n-pro-w1{
		font-size: 20px;
	}
}

.conwidth1 {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.xcp-tu .swiper-container{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.xcp-tu:hover .swiper-container{
	overflow: visible !important;
}
.n-pro-zi{
	padding-left: 3%;
}

@media screen and (max-width: 1220px){
	.header.act .nav{
		display: block;
	}
}